WOResourceManager
|
|
Method
|
Description
|
flushDataCache
|
Removes all data from the image data cache.
|
setData:forKey:mimeType:session: (Objective-C)
setData (Java)
|
Adds image data of the specified type to the data cache with the specified key.
|
removeDataForKey:session: (Objective-C)
removeDataForKey (Java)
|
Removes the data for the specified key from the image data cache. The session argument is ignored.
|